home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / mailconf / helpf.c < prev    next >
C/C++ Source or Header  |  1995-09-10  |  177b  |  10 lines

  1. #include "../misc/misc.h"
  2. #include "internal.h"
  3. #include "../paths.h"
  4.  
  5. PUBLIC MAILCONF_HELP_FILE::MAILCONF_HELP_FILE (const char *fname)
  6.     : HELP_FILE (HELP_MAILCONF,fname)
  7. {
  8. }
  9.  
  10.